var crypto/internal/nistec.p224GG
8 uses
crypto/internal/nistec (current package)
p224_sqrt.go#L12: var p224GG *[96]fiat.P224Element
p224_sqrt.go#L28: p224GG = new([96]fiat.P224Element)
p224_sqrt.go#L29: for i := range p224GG {
p224_sqrt.go#L31: p224GG[i].SetBytes([]byte{0x6a, 0x0f, 0xec, 0x67,
p224_sqrt.go#L36: p224GG[i].Square(&p224GG[i-1])
p224_sqrt.go#L129: v.Select(t0.Mul(v, &p224GG[96-i]), v, cond)
p224_sqrt.go#L130: r.Select(t0.Mul(r, &p224GG[96-i-1]), r, cond)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |